home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2073 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  890b  |  42 lines

  1. on(release){
  2.    if(_root.poz == "b")
  3.    {
  4.       if(_root.draglej == 7)
  5.       {
  6.          _root.itembar_remove(7);
  7.          _root.d_starecek.i = "start";
  8.       }
  9.       else if(_root.ii7 == 2 && 0 < _root.draglej)
  10.       {
  11.          _root.d_starecek.i = "zuby_item";
  12.       }
  13.       else if(_root.ii7 < 2 && 0 < _root.draglej)
  14.       {
  15.          _root.d_starecek.i = "bezzubu_item";
  16.       }
  17.       else if(_root.d09 & _root.naX(9))
  18.       {
  19.          _root.d_starecek.i = "hvozd";
  20.       }
  21.       else if(_root.ii7 == 2)
  22.       {
  23.          _root.d_starecek.i = "start";
  24.       }
  25.       else
  26.       {
  27.          _root.d_starecek.i = "bezzubu_1";
  28.       }
  29.    }
  30.    else
  31.    {
  32.       if(_root.poz == "c")
  33.       {
  34.          _root.set_info(131);
  35.          _root.ic_pusa();
  36.       }
  37.       _root.pepa.gotoAndPlay(_root.poz add "b");
  38.    }
  39.    _root.stopdragall();
  40.    _root.hideall();
  41. }
  42.